projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638ef45
)
; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 4 Jun 2020 08:55:16 +0000
(10:55 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Thu, 4 Jun 2020 08:56:20 +0000
(10:56 +0200)
test/src/xfaces-tests.el
patch
|
blob
|
history
diff --git
a/test/src/xfaces-tests.el
b/test/src/xfaces-tests.el
index f08a87a518af6077b6ae3a2c262834c783bced4c..5ed16c9e51dcaab4b02a5aa9d3264e6512c24170 100644
(file)
--- a/
test/src/xfaces-tests.el
+++ b/
test/src/xfaces-tests.el
@@
-20,7
+20,7
@@
(require 'ert)
(ert-deftest xfaces-color-distance ()
- ;; Check symmetry (bug#
51455
).
+ ;; Check symmetry (bug#
41544
).
(should (equal (color-distance "#222222" "#ffffff")
(color-distance "#ffffff" "#222222"))))